home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / ufrd100a.zip / MAXIMUS.TXT < prev    next >
Text File  |  1993-03-20  |  1KB  |  48 lines

  1. SETTING UP FOR MAXIMUS BBS
  2. ==========================
  3.  
  4. Add this line to your FILES menu in MENUS.CTL (or whatever menu you choose):
  5.  
  6.   Xtern_Dos       Req.Bat                Clerk   "Request File"
  7.  
  8. Be sure to run SILT MAX after making the change.
  9.  
  10.  
  11. Add this line to your WELCOME.MEC in your \MISC directory. (or somewhere
  12. in a mecca file that runs in the logon process):
  13.  
  14.   [filenew]messages.dat [dos]rm.bat
  15.  
  16. Be sure to run MECCA on the file to compile to *.BBS
  17.  
  18.  
  19. Contents of Rm.Bat:
  20.  
  21.   @echo off
  22.   cls
  23.   d:
  24.   cd\max
  25.   rmail /r1:d:\max\
  26.   cd\max
  27.  
  28.  
  29. Contents of Req.Bat:
  30.  
  31.   @echo off
  32.   cls
  33.   d:
  34.   cd\max
  35.   request /r1:d:\max\
  36.   cd\max
  37.  
  38.  
  39. The batch files can be placed in your \BATCH directory if it is in your
  40. PATH statement. Due to the small number of files required to maintain
  41. the Ultimate File Door, it may be convenient to place them in your main
  42. MAX directory. Otherwise change the above batch files to reflect the correct
  43. path.
  44.  
  45. If this is setup correctly for your system, then any messages from the
  46. Ultimate File Request Door will be shown to the user at logon, if there
  47. has been any new messages since the last logon.
  48.